[broadway] Remove gdk_set_locale
authorAlexander Larsson <alexl@redhat.com>
Thu, 20 Jan 2011 12:19:01 +0000 (13:19 +0100)
committerAlexander Larsson <alexl@redhat.com>
Thu, 20 Jan 2011 12:19:01 +0000 (13:19 +0100)
gdk/broadway/gdkim-broadway.c

index 9863293ceeaac36740aaf820fe7e676a0befeb71..25d845ecc0534530d6fe0699813e69ba05d595ea 100644 (file)
@@ -38,12 +38,3 @@ void
 _gdk_broadway_initialize_locale (void)
 {
 }
-
-gchar*
-gdk_set_locale (void)
-{
-  if (!setlocale (LC_ALL,""))
-    g_warning ("locale not supported by C library");
-
-  return setlocale (LC_ALL, NULL);
-}